requestPasswordReset

open suspend fun requestPasswordReset(collection: String, email: String): Boolean

Sends a password reset email to a specified auth record email.

Parameters

collection

ID or name of the auth collection.

email

The email address to send the password reset request (if registered).